home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
UTIL
/
MEMORY
/
VIRTUASRC
/
Bits
/
gcc
/
cc
/
hellow
Wrap
Text File
|
1993-07-06
|
74b
|
6 lines
#include <iostream.h>
int main()
{
cout << "Hello Archimedes World\n";
}